home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 1-Reference / •ARPL stacks / Library Help / Library Help / background_2782.txt < prev    next >
Text File  |  1990-05-22  |  5KB  |  206 lines

  1. -- background: 2782 from stack: in
  2. -- bmap block id: 3157
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: General
  6. ----- HyperTalk script -----
  7. on fix
  8.   --set the rect of bg fld "Synopsis" to 54,104,483,275
  9.   -- set the rect of bg fld "PresPath" to 0,241,504,301
  10.   -- set the rect of bg fld "Title" to 54,78,483,106
  11.   -- set the rect of bg fld "KeyWords" to 297,94,505,132
  12.   set the rect of bg fld "Category" to 97,23,454,49
  13.   set the rect of bg fld "PresType" to 390,34,504,48
  14.   -- set the rect of bg fld "ScriptPath" to 0,199,504,239
  15.   set the rect of bg fld "SubCategory" to 96,51,492,76
  16.   -- set the rect of bg fld "PresCat" to 334,48,504,62
  17.   -- set the rect of bg btn "Show" to 154,306,249,338
  18.   -- set the rect of bg btn "StackMap" to 463,310,505,339
  19.   -- set the rect of bg btn "up" to 367,310,409,339
  20.   -- set the rect of bg btn "CrossRef" to 250,306,330,338
  21.   -- set the rect of bg btn "next" to 438,310,457,339
  22.   -- set the rect of bg btn "Quit" to 7,310,49,339
  23.   -- set the rect of bg btn "previous" to 415,310,434,339
  24.  
  25. end fix
  26.  
  27.  
  28.  
  29. -- part 9 (field)
  30. -- low flags: 01
  31. -- high flags: 0000
  32. -- rect: left=97 top=23 right=49 bottom=454
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 0
  36. -- font id: 128
  37. -- text size: 24
  38. -- style flags: 10240
  39. -- line height: 24
  40. -- part name: Category
  41.  
  42.  
  43. -- part 11 (button)
  44. -- low flags: 00
  45. -- high flags: 2000
  46. -- rect: left=438 top=310 right=338 bottom=457
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: next
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   set cursor to watch
  58.   visual dissolve fast
  59.   go next cd
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 12 (button)
  65. -- low flags: 00
  66. -- high flags: 2000
  67. -- rect: left=415 top=310 right=338 bottom=434
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Previous
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   set cursor to watch
  79.   visual dissolve fast
  80.   go prev
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part 18 (button)
  86. -- low flags: 00
  87. -- high flags: 2000
  88. -- rect: left=7 top=310 right=338 bottom=49
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: Quit
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   quithandler
  100. end mouseUp
  101.  
  102.  
  103.  
  104. -- part 19 (button)
  105. -- low flags: 00
  106. -- high flags: 2000
  107. -- rect: left=463 top=310 right=338 bottom=505
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: StackMap
  116. ----- HyperTalk script -----
  117. on mouseUp
  118.   mapHandler
  119. end mouseUp
  120.  
  121.  
  122.  
  123. -- part 20 (button)
  124. -- low flags: 00
  125. -- high flags: 2000
  126. -- rect: left=367 top=310 right=338 bottom=409
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 0 / 0
  129. -- text alignment: 1
  130. -- font id: 174
  131. -- text size: 10
  132. -- style flags: 0
  133. -- line height: 13
  134. -- part name: up
  135. ----- HyperTalk script -----
  136. on mouseUp
  137.   set cursor to watch
  138.   visual dissolve fast
  139.   go card "Menu"
  140. end mouseUp
  141.  
  142.  
  143.  
  144. -- part 21 (field)
  145. -- low flags: 81
  146. -- high flags: 0002
  147. -- rect: left=390 top=34 right=48 bottom=504
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 0 / 0
  150. -- text alignment: 0
  151. -- font id: 3
  152. -- text size: 9
  153. -- style flags: 0
  154. -- line height: 12
  155. -- part name: PresType
  156.  
  157.  
  158. -- part 22 (field)
  159. -- low flags: 01
  160. -- high flags: 2007
  161. -- rect: left=43 top=78 right=277 bottom=491
  162. -- title width / last selected line: 0
  163. -- icon id / first selected line: 0 / 0
  164. -- text alignment: 0
  165. -- font id: 21
  166. -- text size: 12
  167. -- style flags: 0
  168. -- line height: 16
  169. -- part name: synopsis scroll
  170.  
  171.  
  172. -- part 23 (field)
  173. -- low flags: 01
  174. -- high flags: 0000
  175. -- rect: left=96 top=51 right=76 bottom=492
  176. -- title width / last selected line: 0
  177. -- icon id / first selected line: 0 / 0
  178. -- text alignment: 0
  179. -- font id: 128
  180. -- text size: 18
  181. -- style flags: 256
  182. -- line height: 24
  183. -- part name: SubCategory
  184.  
  185.  
  186. -- part 26 (button)
  187. -- low flags: 00
  188. -- high flags: 2000
  189. -- rect: left=103 top=310 right=338 bottom=145
  190. -- title width / last selected line: 0
  191. -- icon id / first selected line: 0 / 0
  192. -- text alignment: 1
  193. -- font id: 0
  194. -- text size: 12
  195. -- style flags: 0
  196. -- line height: 16
  197. -- part name: Feedback
  198. ----- HyperTalk script -----
  199. on mouseUp
  200.   global homePath
  201.   push card
  202.   set cursor to watch
  203.   go stack homePath & "ARPL FeedBack"
  204. end mouseUp
  205.  
  206.